home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / config / mh-sun3 < prev    next >
Text File  |  1993-03-29  |  268b  |  9 lines

  1. # X11 
  2. OPENWINHOME = /usr/openwin
  3. X11_INCLUDE_FLAGS = -I$(OPENWINHOME)/include
  4. X11_LIB_FLAGS = -L$(OPENWINHOME)/lib
  5.  
  6. # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
  7. # without overflowing the jump tables (-J says to use a 32 bit table)
  8. CC = cc -J
  9.